home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Application Source ƒ / 68k Internet Config ƒ / InternetConfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-19  |  288 b   |  28 lines  |  [TEXT/SPM ]

  1. /*
  2.     InternetConfig.h
  3.     
  4.     Header file for InternetConfig.c
  5.     
  6. */
  7.  
  8. #pragma once
  9.  
  10. #ifndef __H_InternetConfig__
  11. #define __H_InternetConfig__
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. void HandleAppParams(void);
  18. void main(void);
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif /* __H_InternetConfig__ */
  25.  
  26.  
  27.  
  28.